;------------------------------------------------------;
; TAG  CPL  Height  Width  BPP  REAL_WIDTH  TileFormat ;
;------------------------------------------------------;
.FORMAT 40   16       8     1     8           0 1 2 3


;----------------------------------------------------;
; Can start the project displaying Ascii text Window ;
;----------------------------------------------------;
.TextWindow show

;--------------------------------------------------;
; Can start the project displaying Kana text dump  ;
;--------------------------------------------------;
.KanaWindow show

;--------------------------------------------------;
; Can start the project displaying Kana Hex dump   ;
;--------------------------------------------------;
.HexWindow hide


;-----------------------------------;
; This is inactive for this project ;
;-----------------------------------;
.vwf off

;--------------------------------------------;
; Can start the project with controls hidden ;
;--------------------------------------------;
.controlcodes show

;--------------------------------------------------;
; Can start the project displaying translated text ;
;--------------------------------------------------;
.TransText hide

;------------------------------------------------;
; Select a color to use ".green, .red, or .blue" ;
;------------------------------------------------;
.textbox.color.green

;------------------------------------------------;
; Select a background style ".gradient or .solid ;
;------------------------------------------------;
.textbox.gradient


;-------------------------;
; Load up some table data ;
;-------------------------;
.TABLE
.ENDTABLE

;-----------------------------------------------------;
; Text block data                                     ;
; Place all the need block offsets here               ;
; ";" NULLs out a block from the utility              ;
; EX: ;.BLOCK  8B8000                                 ;
; TAG   PTR_TABLE  TEXT_START  MAX_POS  POINTER_COUNT ;
;-----------------------------------------------------;
.BLOCK  $C60000     $C60C60      $C6FFFF   $0630          ; Text block
.BLOCK  $C70000     $C710A6      $C7FC71   $0700          ; Text block
.BLOCK  $C70E00     $D7C000      $D7EC05   $0153          ; Text block
